From: Florian Eckert Date: Tue, 23 Apr 2024 11:13:22 +0000 (+0200) Subject: luci-mod-dsl: add missing css class cbi-section X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=5fa5c776b451b4b0ea550b767b42552f1c4108da;p=project%2Fluci.git luci-mod-dsl: add missing css class cbi-section Signed-off-by: Florian Eckert --- diff --git a/modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js b/modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js index ee9b1d20e1..d48f2d8b63 100644 --- a/modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js +++ b/modules/luci-mod-dsl/htdocs/luci-static/resources/view/status/dsl/stats.js @@ -59,7 +59,7 @@ return view.extend({ ])); } - return table; + return E('div', { 'class': 'cbi-section' }, table); }, renderTable: function(data) { @@ -80,7 +80,7 @@ return view.extend({ ])); } - return table; + return E('div', { 'class': 'cbi-section' }, table); }, renderContent: function(data) {